home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 April / inter@ivo 1997-04.iso / cybint15 / bin / generico.dxr / 00004.ls < prev    next >
Encoding:
Text File  |  1997-04-01  |  131 b   |  8 lines

  1. on exitFrame
  2.   if the movieTime of sprite 1 = the duration of cast 3 then
  3.     go(1, "bolitas")
  4.   else
  5.     Loopframe()
  6.   end if
  7. end
  8.